home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970326-19970626 / 000112_news@columbia.edu _Tue Apr 22 00:19:40 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id AAA23575
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 22 Apr 1997 00:19:38 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id AAA07882
  7.     for kermit.misc@watsun; Tue, 22 Apr 1997 00:19:37 -0400 (EDT)
  8. Path: news.columbia.edu!sol.ctr.columbia.edu!spool.mu.edu!uwm.edu!newsfeeds.sol.net!hammer.uoregon.edu!news.uoregon.edu!xmission!news.cc.utah.edu!news.cs.utah.edu!cc.usu.edu!jrd
  9. From: jrd@cc.usu.edu (Joe Doupnik)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: carrier detect signal ?
  12. Message-ID: <1997Apr21.210615.97248@cc.usu.edu>
  13. Date: 21 Apr 97 21:06:15 MDT
  14. References: <3355fe5a.2510622@NEWS.INDIGO.IE> <335b4d5b.4144566@NEWS.INDIGO.IE>
  15. Organization: Utah State University
  16. Lines: 30
  17. Xref: news.columbia.edu comp.protocols.kermit.misc:6930
  18.  
  19. In article <335b4d5b.4144566@NEWS.INDIGO.IE>, offline@INDIGO.IE (alan) writes:
  20. > On 18 Apr 97 09:00:20 MDT, jrd@cc.usu.edu (Joe Doupnik) wrote:
  21. >>In article <3355fe5a.2510622@NEWS.INDIGO.IE>, offline@INDIGO.IE (alan) writes:
  22. >>> Is it possible to use ms kermit to issue a carrier detect signal
  23. >>> somehow?
  24. >>-----------
  25. >>    Carrier Detect is a signal FROM the modem TO the computer, never
  26. >>the other way around (electrically the direction can't be reversed). What
  27. >>is it you are really trying to accomplish?
  28. >>    Joe D.
  29. > I am trying to get the bbs using a door with a terminal emulation to
  30. > open a comm port and send out a carrier detect signal. The bbs is to
  31.  
  32.     No, wrong thinking. The modem generates a CD signal and the
  33. computer senses it on serial port lines (status bits to programs).
  34.  
  35. > be attached to an intellisystem so basically someone dialls into the
  36. > bbs and I want it to act as a dumb terminal. To do this the
  37. > intellisystem needs a carrier detect signal. When a person selects
  38. > Intellisystem from the menu, the node shuts down and a terminal
  39. > emulator kicks in. I want to write a batch file that will run a
  40. > terminal emulation program . I also need to force a carrier detect
  41. > signal so the intellisystem will spew back the necessary information.
  42. > Do I have to get Pascal or something like this to write a program?
  43. > Cheers,
  44. > alan
  45.     I'm not sure what all this has to do with Kermit. Perhaps you
  46. can enlighten us.
  47.     Joe D.